home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / makeio.zip / MAKE-IO2.DOC < prev    next >
Text File  |  1990-06-04  |  5KB  |  155 lines

  1.                          MAKE-IO2
  2.                (c)1990 by Richard N. Alger
  3.  
  4.                     INSTRUCTION MANUAL
  5.  
  6.  
  7. Requirements:
  8.  
  9. In order to use MAKE-IO2  you MUST have the TechnoJocks 
  10. Turbo Toolkit V-5 which is available on many BBS Systems 
  11. and Borland Turbo Pascal V-4, 5, or 5.5 and MS or PC DOS 
  12. version 2.1 or higher.
  13.  
  14. Purpose:
  15.  
  16. MAKE-IO2 was written to automate the process of writing 
  17. Turbo Pascal source code for the great I-O screens 
  18. generated by the Turbo Toolkit. With MAKE-IO2, you won't 
  19. need the TTT Manual in your hand when writing a program 
  20. using the IOTTT5 unit. Simply use your favorite ASCII text 
  21. editor or the editor built in to MAKE-IO2 to  design your 
  22. input screen, then use MAKE-IO2 to write the Turbo Pascal 
  23. source code to your disk. You can then add your own 
  24. programming lines to create the finished product. MAKE-IO2 
  25. makes use of all data type fields supported by the 
  26. TechnoJock's Toolkit, String, Integer, Real, LongInt, Byte 
  27. and Word. You can customize the text colors and add 
  28. flashing to any text on your input screen.
  29.  
  30. Using MAKE-IO2:
  31.  
  32. MAKE-IO2 has a built-in editor with which to create your 
  33. input screen. The editor has the ability to draw lines and 
  34. add text (Sorry only Double lines at this time).
  35.  
  36. Copy MAKE-IO2 to the directory with your other .PAS files 
  37. and type MAKE-IO2. You will be presented a menu. 
  38. Choose "Edit a Screen" to take you to the editor. You will 
  39. then be asked for a FILENAME; Enter the name of the file 
  40. you wish to edit WITHOUT an extension. If the file exists, 
  41. it will be retrieved and presented on the screen. If it is 
  42. a new file you will be presented a blank screen and 
  43. MAKE-IO2 will create a new file (NAME.TXT).
  44.  
  45. Once in the editor, use F1 to Draw lines or F2 to add 
  46. text. Use the arrow keys to draw or to move the cursor to 
  47. a position for entering text.
  48.  
  49. There are six special characters that denote the start of 
  50. an input field. The end of an input field is always an 
  51. empty space. The six special characters are as follows:
  52.  
  53.  
  54.  
  55.               [ = String Field
  56.               | = Real Field
  57.               \ = Integer Field
  58.               ~ = Byte Field
  59.               ] = Word Field
  60.               { = LongInt Field
  61.  
  62.  
  63. Examples:
  64.  
  65. Name [***********************
  66.  
  67. Where Name is text and
  68. [ denotes the start of a 23 character String input field.
  69.  
  70. Amount $|##,###.##
  71.  
  72. Where Amount $ is text and
  73. | denotes the start of 7 character Real input field.
  74.  
  75. The other types of input fields are used in a similar 
  76. manner.
  77.  
  78.  
  79. When you have completed your input screen, F10 will exit 
  80. and save your input screen to (NAME.TXT) and take you into 
  81. the color editor where you can edit the colors of the 
  82. screen and individual text colors.
  83.  
  84. First you will be presented a menu with which to choose 
  85. your screen background color. A second menu will the 
  86. appear where you choose the main foreground color.
  87.  
  88. You will now be asked if you wish to edit individual text 
  89. colors. If you choose "Y", use the arrow keys to move to 
  90. the start of a text string. Press enter at the start of 
  91. the text string then use the arrow keys to move to the 
  92. last character of the text string and press enter again.
  93.  
  94. You will now be presented a menu with which to choose the 
  95. color for the text you just marked. After the color is 
  96. chosen you will be asked if you want it to blink; Enter "Y 
  97. or N". At this time you may either use F10 to exit or use 
  98. the arrow keys to move to another text string to mark and 
  99. color. When you press an arrow key, the string you have 
  100. previously colored will disappear so that it can't be 
  101. marked for another color.
  102.  
  103. When you have finished and use F10 to exit the coloring 
  104. function, your Turbo Pascal source code will be written to 
  105. the disk under the filename NAME.PAS.
  106.  
  107.  
  108.  
  109. Other Text Editors:
  110.  
  111. As mentioned eariler, any text editor that will write an 
  112. ASCII file may be used to create your input screen. You 
  113. may choose to even use your Turbo Pascal editor. An 
  114. excellent editor is FORMTOOL, as it will draw all types of 
  115. lines (single and double).
  116.  
  117. If you use another editor to build your input screen, you 
  118. still use MAKE-IO2 to edit colors and build your .PAS 
  119. file. You should use the second choice on the MAKE-IO2 
  120. initial menu. When asked for the filename, enter the full 
  121. filename plus extension as "NAME.TXT, FILE.FRM" etc.
  122. Once you have entered the filename you may edit the screen 
  123. and text colors as in the previous section. A .PAS file 
  124. will be generated as previously described.
  125.  
  126. The TechnoJock Turbo Toolkit is available from:
  127.  
  128. TechnoJock Software
  129. P.O. Box 820927
  130. Houston, TX 77282
  131. (713) 493-6354
  132.  
  133. The author of MAKE-IO2 is not affiliated with TechnoJock 
  134. Software.
  135.  
  136. Registration:
  137.  
  138. The author of MAKE-IO2 has worked many hours on its 
  139. development and expects that if you use MAKE-IO2 and like 
  140. it, to be compensated for his effort. As with all 
  141. ShareWare, Try-it, if you like and use it then register.
  142. Registeration is $25 and when you register you will 
  143. recieve the latest version along with two other utilities 
  144. for writing source code for Menu's and Windows for the 
  145. Turbo Toolkit.
  146.  
  147. Please Register with your check for $25 to:
  148.  
  149. Richard N. Alger
  150. 5845 Layhigh Rd.
  151. Okeana, OH 45053
  152.  
  153. Now sit back and enjoy effortless production of source 
  154. code for the great I-O that the Turbo Toolkit provides.
  155.